Convert maybe_fatal to standard C.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 13 Jul 2010 04:47:45 +0000 (21:47 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 13 Jul 2010 04:47:45 +0000 (21:47 -0700)
commitd187a6b989e01a075b2e59a5ce88234aac5b37b0
tree67bd92487d3b561c0af444a88f35babaf2f8731d
parent665a155fb51fd25a80fa8c563ecddc338a693739
Convert maybe_fatal to standard C.
* src/lisp.h (verror): Declare.
* src/eval.c (verror): New function containing the code from ...
(error): ... this.  Call verror.
* src/term.c (vfatal): New function containing the code from ...
(fatal): ... this.  Call vfatal.
(maybe_fatal): Convert to standard C, use variable number of
arguments.  Declare as non-return.
(init_tty): Fix maybe_fatal call.
src/ChangeLog
src/eval.c
src/lisp.h
src/term.c
src/xterm.c